home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Format (PL) 2013 August
/
PC_Format_082013.iso
/
pene wersje
/
website x5 home 10
/
wsx5_home.exe
/
{app}
/
Res
/
imcaptcha.php
< prev
next >
Wrap
PHP Script
|
2013-04-08
|
392b
|
17 lines
<?php
include("imkeys.php");
include("../res/x5engine.php");
//Header("Content-Type: text/html; charset=UTF-8");
$cpt = new imCaptcha();
//Check Captcha
if ($_GET["action"] == "check")
echo $cpt->check($_GET["code"], $_GET["ans"]);
//Show Captcha chars
else if ($_GET["action"] == "show")
echo $cpt->show($_GET['code']);
// End of file imcaptcha.php